Reports > The report API > processFile()

 

processFile()

Description

Called when there is a file to process. The Report command should process the file without modifying it and use the addResultItem() function to return information about the file. Dreamweaver automatically releases each file's DOM when finished.

Arguments

strFilePath

strFilePath is a fully qualified file path name of the file to process.

Returns

Nothing.